Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.core.opencmis.jaxws.config--startURL

This contribution is part of XML component org.nuxeo.ecm.core.opencmis.jaxws.config inside nuxeo-opencmis-bindings-9.10.jar /OSGI-INF/soap-contrib.xml

Extension Point

Extension point startURL of component PluggableAuthenticationService.

Contributed Items

  • <startURLPattern>
          <patterns>
            <pattern>webservices/cmis/</pattern>
          </patterns>
        </startURLPattern>

XML Source

<extension point="startURL" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <startURLPattern>
      <patterns>
        <pattern>webservices/cmis/</pattern>
      </patterns>
    </startURLPattern>
  </extension>